Learn R Programming

Dasst (version 0.3.4)

[[: "[[" method for class Dasst

Description

"[[" gets the contents of a table from an object of class '>Dasst.

Arguments

x

An object of class '>Dasst.

i

An integer value. Position where values will be retrieved.

Value

The values retrieved from the table at position i as data.frame.

Details

This method gets the contents of the selected table stored in an object of class '>Dasst. Tables are internally stored and retrieved as data.frame. Rules for subset can be applied.

See Also

[[<-

Examples

Run this code
# NOT RUN {
data(plantGrowth)
class(plantGrowth[[1]])
plantGrowth[[1]]
plantGrowth[[1]][1:10,]
# }

Run the code above in your browser using DataLab